JAMS Developer Guide
SendData(Dictionary<String,Object>,String) Method


MVPSI.JAMS Namespace > Entry Class > SendData Method : SendData(Dictionary<String,Object>,String) Method
Dictionary of data values
Audit Trail message.
Sends data to the entry. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.
Syntax
'Declaration
 
Public Overloads Sub SendData( _
   ByVal dataValues As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal message As System.String _
) 
'Usage
 
Dim instance As Entry
Dim dataValues As System.Collections.Generic.Dictionary(Of String,Object)
Dim message As System.String
 
instance.SendData(dataValues, message)
public void SendData( 
   System.Collections.Generic.Dictionary<string,object> dataValues,
   System.string message
)

Parameters

dataValues
Dictionary of data values
message
Audit Trail message.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members
Overload List